|
Workout With Friends
Stay fit with a little motivation
|
Storage container for settings, which attempts to guess the type, e.g., number, boolean, etc. More...


Public Member Functions | |
| def | __getitem__ |
| def | from_prefix |
Public Member Functions inherited from wowf.lib.utils.Storage | |
| def | __getattr__ |
| def | __setattr__ |
| def | __delattr__ |
Storage container for settings, which attempts to guess the type, e.g., number, boolean, etc.
and convert accordingly.
Definition at line 26 of file __init__.py.
| def wowf.config.Settings.__getitem__ | ( | self, | |
| key | |||
| ) |
Definition at line 28 of file __init__.py.
| def wowf.config.Settings.from_prefix | ( | self, | |
| prefix | |||
| ) |
Definition at line 36 of file __init__.py.
1.8.1.2